Skip to content

Commit

Permalink
multimedia/py-moviepy: Remove PYNUMPY
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 18, 2021
1 parent 31bbeff commit bdcb041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multimedia/py-moviepy/Makefile
Expand Up @@ -14,7 +14,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYTHON_PKGNAMEPREFIX}decorator>=4.0.2<5.0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}imageio>=2.5<3.0:graphics/py-imageio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0.2.0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}proglog<=1.0.0:devel/py-proglog@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.8.1<3.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>=4.11.2<5.0:misc/py-tqdm@${PY_FLAVOR} \
Expand Down
3 changes: 2 additions & 1 deletion multimedia/py-moviepy/files/patch-setup.py
@@ -1,10 +1,11 @@
--- setup.py.orig 2020-03-24 20:20:07 UTC
+++ setup.py
@@ -67,7 +67,6 @@ requires = [
@@ -67,7 +67,7 @@ requires = [
"imageio>=2.0,<2.5; python_version<'3.4'",
"imageio_ffmpeg>=0.2.0; python_version>='3.4'",
'tqdm>=4.11.2,<5.0',
- "numpy>=1.17.3; python_version!='2.7'",
+ "numpy>=0; python_version!='2.7'",
"numpy; python_version>='2.7'",
'requests>=2.8.1,<3.0',
'proglog<=1.0.0'

0 comments on commit bdcb041

Please sign in to comment.