modify spec

This commit is contained in:
small_leek 2020-01-13 03:46:07 -05:00
parent 25e7bb2166
commit 5e2b82dc90

View File

@ -1,7 +1,7 @@
%global with_tests 0%{?_with_tests:1}
Name: python-pytest-virtualenv
Version: 1.2.11
Release: 10
Release: 11
Summary: Virtualenv fixture for py.test
License: MIT
URL: https://pypi.python.org/pypi/pytest-virtualenv
@ -42,7 +42,7 @@ Create a Python virtual environment in your test that cleans up on teardown.
The fixture has utility methods to install packages and list what's installed.
%prep
%autosetup -n pytest-virtualenv-%{version} -p1
%autosetup -n pytest-virtualenv-%{version}
%build
%py2_build