mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
www/py-flexget: unbreak after r423025
===> py27-flexget-2.2.22,1 depends on package: py27-dateutil<=2.5.2 - not found Reported by: pkg-fallout
This commit is contained in:
parent
7e254346cd
commit
65cc397719
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423241
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= flexget
|
||||
PORTVERSION= 2.2.22
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
@ -32,7 +33,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.2.1:textproc/py-feedparser \
|
||||
${PYTHON_PKGNAMEPREFIX}Flask-Login>=0.3.2:www/py-flask-login \
|
||||
${PYTHON_PKGNAMEPREFIX}cherrypy>=3.7.0:www/py-cherrypy \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.8.0:www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil<=2.5.2:devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.2:devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonschema>=2.0:devel/py-jsonschema \
|
||||
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing \
|
||||
${PYTHON_PKGNAMEPREFIX}safe>=0.4:security/py-safe \
|
||||
|
@ -1,11 +1,6 @@
|
||||
--- requirements.txt.orig 2016-07-15 06:12:13 UTC
|
||||
--- requirements.txt.orig 2016-08-14 10:12:26 UTC
|
||||
+++ requirements.txt
|
||||
@@ -15,11 +15,11 @@ jinja2
|
||||
# There is a bug in requests 2.4.0 where it leaks urllib3 exceptions
|
||||
requests>=2.8.0, <3.0
|
||||
#Guessit requires python-dateutil<=2.5.2
|
||||
-python-dateutil>=2.5.2
|
||||
+python-dateutil<=2.5.2
|
||||
@@ -16,7 +16,7 @@ python-dateutil>=2.5.2
|
||||
jsonschema>=2.0
|
||||
path.py>=8.1.1
|
||||
pathlib>=1.0
|
||||
|
Loading…
Reference in New Issue
Block a user