summarylogtreecommitdiffstats
path: root/dependencies.patch
diff options
context:
space:
mode:
authorDoron Behar2018-08-25 15:13:43 +0200
committerDoron Behar2018-08-25 15:13:43 +0200
commit25420f409124816401025784f6e430ed2cd9bd81 (patch)
tree97ccfaf9dd0a7af6856ace8ad83d2a40834364de /dependencies.patch
parent1681f441002d922c7d491b2e3b89e9355b43c4e1 (diff)
downloadaur-25420f409124816401025784f6e430ed2cd9bd81.tar.gz
Don't depend on specific versions of dependencies
Diffstat (limited to 'dependencies.patch')
-rw-r--r--dependencies.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dependencies.patch b/dependencies.patch
new file mode 100644
index 000000000000..aa3888645c3b
--- /dev/null
+++ b/dependencies.patch
@@ -0,0 +1,20 @@
+--- setup.py 2018-08-13 19:08:11.000000000 +0200
++++ - 2018-08-25 14:42:08.852853550 +0200
+@@ -12,8 +12,8 @@
+ url = 'https://github.com/blakev/python-syncthing',
+ license = 'The MIT License',
+ install_requires = [
+- 'python-dateutil==2.6.1',
+- 'requests==2.18.4'
++ 'python-dateutil',
++ 'requests'
+ ],
+ extras_require = {
+ 'dev': [
+@@ -43,4 +43,4 @@
+ 'Programming Language :: Python :: 3.7',
+ 'Topic :: System :: Archiving :: Mirroring'
+ ],
+-)
+\ No newline at end of file
++)