diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-08-29 12:57:43 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-08-29 12:57:43 +0300 |
commit | 93e69d0cd31200b7b9e96a6998adcb418757ad72 (patch) | |
tree | 2778850cb1cc39290d72dd46c16a91dbc44a3e6a /packaging/python-coverage.spec | |
parent | 2c607e9d3b7dfd6f99d8f9fd8af0a9da6fb5bf3e (diff) | |
download | python-coverage-93e69d0cd31200b7b9e96a6998adcb418757ad72.tar.gz python-coverage-93e69d0cd31200b7b9e96a6998adcb418757ad72.tar.bz2 python-coverage-93e69d0cd31200b7b9e96a6998adcb418757ad72.zip |
Autoremove imported patches from packaging
Removed all imported patches from python-coverage.spec
and patch files from the packaging dir.
Diffstat (limited to 'packaging/python-coverage.spec')
-rw-r--r-- | packaging/python-coverage.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/python-coverage.spec b/packaging/python-coverage.spec index d01225f..b406dd9 100644 --- a/packaging/python-coverage.spec +++ b/packaging/python-coverage.spec @@ -17,7 +17,6 @@ License: BSD and (MIT or GPLv2) Group: System Environment/Libraries URL: http://nedbatchelder.com/code/modules/coverage.html Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz -Patch0: python-coverage-3.5.3-pickle.patch BuildRequires: python-setuptools, python-devel Requires: python-setuptools %if 0%{?with_python3} @@ -49,7 +48,6 @@ have been executed. %prep %setup -q -n coverage-%{version} -%patch0 -p1 find . -type f -exec chmod 0644 \{\} \; sed -i 's/\r//g' README.txt |