12
0
forked from pool/python-apipkg

Accepting request 853433 from home:mcepl:branches:devel:tools:scm

- Split package into multibuild, to avoid apipkg -> pytest -> py ->
  apipkg cycle.

OBS-URL: https://build.opensuse.org/request/show/853433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=6
This commit is contained in:
2020-12-07 02:12:04 +00:00
committed by Git OBS Bridge
parent 563342ba3f
commit 25396c7ed0
4 changed files with 35 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
Index: apipkg-1.5/test_apipkg.py
===================================================================
--- apipkg-1.5.orig/test_apipkg.py
+++ apipkg-1.5/test_apipkg.py
--- a/test_apipkg.py
+++ b/test_apipkg.py
@@ -13,7 +13,7 @@ ModuleType = types.ModuleType
class TestRealModule: