diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-06-06 16:38:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 16:38:16 -0400 |
commit | f73d9b6f28a7e840214937e5af0b0197b1669af2 (patch) | |
tree | 70e5dc18e91e18f11b7188a6cbde0719c53b179f | |
parent | 278e3583628b5b9492a74bb1f54ca39931d16d2d (diff) | |
download | astroconda-contrib-f73d9b6f28a7e840214937e5af0b0197b1669af2.tar.gz |
Reverse dependency order (#365)
-rw-r--r-- | pyopengl-accelerate/meta.yaml | 2 | ||||
-rw-r--r-- | pyopengl/meta.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyopengl-accelerate/meta.yaml b/pyopengl-accelerate/meta.yaml index 8c1e2a5..3ed4155 100644 --- a/pyopengl-accelerate/meta.yaml +++ b/pyopengl-accelerate/meta.yaml @@ -28,11 +28,13 @@ requirements: build: - cython - numpy {{ numpy }} + - pyopengl =={{ version }} - python {{ python }} - setuptools run: - numpy + - pyopengl =={{ version }} - python test: diff --git a/pyopengl/meta.yaml b/pyopengl/meta.yaml index 9a4c058..b7b47d3 100644 --- a/pyopengl/meta.yaml +++ b/pyopengl/meta.yaml @@ -25,12 +25,10 @@ build: requirements: build: - - pyopengl-accelerate {{ version }} - python {{ python }} - setuptools run: - - pyopengl-accelerate {{ version }} - python test: |