Merge remote-tracking branch 'upstream/master' into master
This commit is contained in:
commit
825471ac14
@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -35,7 +35,7 @@ from distutils.core import setup
|
||||
SHARE = 'share'
|
||||
|
||||
# detect linux distribution
|
||||
-distro = platform.dist()[0]
|
||||
+distro = 'gentoo'
|
||||
|
||||
|
||||
def file_list(path):
|
@ -31,6 +31,10 @@ RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-distro.patch"
|
||||
)
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
|
@ -31,6 +31,10 @@ RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-distro.patch"
|
||||
)
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user