mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1176677 - [moznetwork] ImportError: "cannot import name structured", and release version 0.26. r=davehunt
This commit is contained in:
parent
3741555df1
commit
c723284666
@ -4,9 +4,11 @@
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
PACKAGE_VERSION = '0.25'
|
||||
PACKAGE_VERSION = '0.26'
|
||||
|
||||
deps=[ 'mozinfo' ]
|
||||
deps = ['mozinfo',
|
||||
'mozlog >= 2.11',
|
||||
]
|
||||
|
||||
setup(name='moznetwork',
|
||||
version=PACKAGE_VERSION,
|
||||
|
Loading…
Reference in New Issue
Block a user