1
0

- update for single-spec

- desetuptoolize.patch : switch from setuptools to distutils.core
  for installation, as this is now a setuptools dependency
- ensure egg-info is a directory (distutils would install it as file)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=35
This commit is contained in:
Jan Matejek
2017-02-23 13:10:56 +00:00
committed by Git OBS Bridge
parent 93393581fd
commit 0f739a65f3
3 changed files with 47 additions and 17 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 23 11:45:52 UTC 2017 - jmatejek@suse.com
- update for single-spec
- desetuptoolize.patch : switch from setuptools to distutils.core
for installation, as this is now a setuptools dependency
- ensure egg-info is a directory (distutils would install it as file)
-------------------------------------------------------------------
Fri Dec 2 16:32:17 UTC 2016 - toddrme2178@gmail.com