From 1ba3b3f4ec29791ca902ab207f9d0f35f191cb373b03f9d77f4bb59ed1ccc727 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 16 Jul 2014 09:58:07 +0000 Subject: [PATCH] Accepting request 241165 from home:TheBlackCat:branches:devel:languages:python - BuildRequires: python-setuptools - Add executable OBS-URL: https://build.opensuse.org/request/show/241165 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=2 --- python-twine.changes | 6 ++++++ python-twine.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-twine.changes b/python-twine.changes index 2391679..ce11e2b 100644 --- a/python-twine.changes +++ b/python-twine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 16 09:57:47 UTC 2014 - toddrme2178@gmail.com + +- BuildRequires: python-setuptools +- Add executable + ------------------------------------------------------------------- Tue Feb 4 10:07:31 UTC 2014 - speilicke@suse.com diff --git a/python-twine.spec b/python-twine.spec index 2c80173..77b3dd1 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -25,6 +25,7 @@ Group: Development/Languages/Python Url: https://github.com/dstufft/twine Source: https://pypi.python.org/packages/source/t/twine/twine-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-setuptools Requires: python-pkginfo Requires: python-requests BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -83,6 +84,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS LICENSE README.rst +%{_bindir}/twine %{python_sitelib}/* %changelog