From ee51f57c4616357bb032e61a726a34cda0e71a66 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 30 Mar 2014 12:12:01 +0100 Subject: The no_egg option is no longer present. --- setuptools/command/bdist_rpm.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setuptools/command/bdist_rpm.py') diff --git a/setuptools/command/bdist_rpm.py b/setuptools/command/bdist_rpm.py index 194fa266..a2258401 100755 --- a/setuptools/command/bdist_rpm.py +++ b/setuptools/command/bdist_rpm.py @@ -6,10 +6,6 @@ from distutils.command.bdist_rpm import bdist_rpm as _bdist_rpm class bdist_rpm(_bdist_rpm): - def initialize_options(self): - _bdist_rpm.initialize_options(self) - self.no_egg = None - def run(self): # ensure distro name is up-to-date self.run_command('egg_info') -- cgit v1.2.3