Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
ac183e73c79e
Commit
f03492a0
authored
Nov 10, 2014
by
Julien Cristau
Browse files
[pkg] drop support code for pre-2.5.4 python on debian
We require 2.6.
parent
c64b5821e873
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ac183e73
...
...
@@ -127,9 +127,6 @@ def install(**kwargs):
if
USE_SETUPTOOLS
:
if
'--force-manifest'
in
sys
.
argv
:
sys
.
argv
.
remove
(
'--force-manifest'
)
# install-layout option was introduced in 2.5.3-1~exp1
elif
sys
.
version_info
<
(
2
,
5
,
4
)
and
'--install-layout=deb'
in
sys
.
argv
:
sys
.
argv
.
remove
(
'--install-layout=deb'
)
if
subpackage_of
:
package
=
subpackage_of
+
'.'
+
modname
kwargs
[
'package_dir'
]
=
{
package
:
'.'
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment