[Python-modules-commits] [billiard] 12/13: Revert "Add configuration for GNU/Hurd when [...]."
Brian May
bam at moszumanska.debian.org
Sun Apr 17 08:46:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository billiard.
commit d6ba1fc57e428b44434030db9299150d3f309ff1
Author: Brian May <bam at debian.org>
Date: Sun Apr 17 18:27:16 2016 +1000
Revert "Add configuration for GNU/Hurd when [...]."
This reverts commit 8dd4d319a52be10c87df1ae0ce1d0bf2a873fbbc.
This change was incorrectly placed in the wrong branch.
---
setup.py | 7 -------
1 file changed, 7 deletions(-)
diff --git a/setup.py b/setup.py
index 68ed5e9..1ff65c9 100644
--- a/setup.py
+++ b/setup.py
@@ -145,13 +145,6 @@ elif sys.platform.startswith('gnu'):
HAVE_FD_TRANSFER=1,
)
libraries = []
-elif sys.platform.startswith('gnu'):
- macros = dict( # GNU/Hurd
- HAVE_SEM_OPEN=0, # Not implemented
- HAVE_SEM_TIMEDWAIT=0,
- HAVE_FD_TRANSFER=1,
- )
- libraries = []
else: # Linux and other unices
macros = dict(
HAVE_SEM_OPEN=1,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/billiard.git
More information about the Python-modules-commits
mailing list