[issue14275] pysetup create doesn't handle install requirements

Jan-Jaap Driessen report at bugs.python.org
Tue Mar 13 00:11:58 CET 2012


New submission from Jan-Jaap Driessen <janjaapdriessen+pythonbugs at gmail.com>:

Distutils2 pysetup can take an existing setuptools based project and convert it into the distutils2 setup.cfg syntax using `pysetup create`. The install requirements are not converted:

{{{
svn co svn+ssh://svn.zope.org/repos/main/zope.dublincore/trunk
pysetup create
}}}

The original dependencies in 'install_requires' in setup.py are not found in the resulting setup.cfg.

----------
assignee: eric.araujo
components: Distutils2
messages: 155514
nosy: alexis, eric.araujo, j1m, janjaapdriessen, tarek
priority: normal
severity: normal
status: open
title: pysetup create doesn't handle install requirements
type: behavior
versions: Python 2.6, Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14275>
_______________________________________


More information about the Python-bugs-list mailing list