aboutsummaryrefslogtreecommitdiffstats
path: root/community/patchwork/dependencies-fix.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-12-02 11:13:03 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-12-02 11:13:03 +0000
commitd3a11e8f226904a8856b5f48fec750055f2b3541 (patch)
tree05c9e2666d072f8b44a3938c7cf2f6d31eb0039d /community/patchwork/dependencies-fix.patch
parent2ab9d107c59006829c663ad5d2de5e8ce06956b4 (diff)
downloadaports-d3a11e8f226904a8856b5f48fec750055f2b3541.tar.bz2
aports-d3a11e8f226904a8856b5f48fec750055f2b3541.tar.xz
community/patchwork: removed strong version checking
Diffstat (limited to 'community/patchwork/dependencies-fix.patch')
-rw-r--r--community/patchwork/dependencies-fix.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/patchwork/dependencies-fix.patch b/community/patchwork/dependencies-fix.patch
new file mode 100644
index 0000000000..74834d4fd9
--- /dev/null
+++ b/community/patchwork/dependencies-fix.patch
@@ -0,0 +1,15 @@
+diff --git a/requirements-prod.txt b/requirements-prod.txt
+index d249ad8..27f9e5e 100644
+--- a/requirements-prod.txt
++++ b/requirements-prod.txt
+@@ -1,5 +1,5 @@
+-Django>=1.8,<2.0
+-djangorestframework>=3.4,<3.7
+-django-filter>=1.0,<1.1
+-psycopg2>=2.7,<2.8
+-sqlparse==0.2.4
++Django>=1.8
++djangorestframework>=3.4
++django-filter>=1.0
++psycopg2>=2.7
++sqlparse>0.2.4