From 8ccbb187cffa683c1a144387b4225c198858fd171747c7897f2c8d6f3793c8dd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 19 Dec 2019 17:19:23 +0000 Subject: [PATCH] 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 --- python-flit-core.changes | 5 +++++ python-flit-core.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flit-core.changes b/python-flit-core.changes index 7572612..ffabb8e 100644 --- a/python-flit-core.changes +++ b/python-flit-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 18 23:33:33 UTC 2019 - John Vandenberg + +- Remove dephell build workaround + ------------------------------------------------------------------- Mon Dec 16 12:53:01 PM UTC 2019 - John Vandenberg diff --git a/python-flit-core.spec b/python-flit-core.spec index 2777c23..d533e05 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -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