summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-06-05 22:04:23 +0200
committerAlphaJack2021-06-05 22:04:23 +0200
commit4fe0809ba8facdb3a3737563d3e4951479df2ec6 (patch)
treeaa15636167bb00cf8883ecfa337ee924c8d1f7ea
parent6a2847ef3e97b7828d7cc13c1970fe0a90a8b2b5 (diff)
downloadaur-4fe0809ba8facdb3a3737563d3e4951479df2ec6.tar.gz
Restored python-ebaysdk dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3c5940d632..f9008d4ad68e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = odoo
depends = python-chardet
depends = python-decorator
depends = python-docutils
+ depends = python-ebaysdk
depends = python-feedparser
depends = python-gevent
depends = python-greenlet
diff --git a/PKGBUILD b/PKGBUILD
index 03a4ba87ad0a..8f7302b89332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ depends=("postgresql"
"python-chardet"
"python-decorator"
"python-docutils"
- #"python-ebaysdk" # aur checksum is wrong at 2021-06-04
+ "python-ebaysdk"
"python-feedparser"
# "python-freezegun" # used for testing
"python-gevent"