6
0

Accepting request 758302 from home:jayvdb:branches:devel:languages:python

- Remove dephell build workaround

OBS-URL: https://build.opensuse.org/request/show/758302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=4
This commit is contained in:
2019-12-19 17:19:23 +00:00
committed by Git OBS Bridge
parent eb16b29461
commit 8ccbb187cf
2 changed files with 5 additions and 2 deletions

View File

@@ -42,8 +42,6 @@ Flit is a simple way to put Python packages and modules on PyPI.
%prep
%setup -q -n flit_core-%{version}
dephell convert --from-format pyproject --from-path pyproject.toml --to setup.py
# gh#dephell/dephell_markers#6
sed -i '/package_dir/d' setup.py
%build
%python_build