Remove reference to OpenSSL
Remove OpenSSL requirements, since MusicBrainz doesn't require it.
This commit is contained in:
parent
02a72d312a
commit
1143cdd853
@ -14,13 +14,12 @@ The folowing programs are required to run NRSC5-DUI
|
|||||||
* [NumPy](http://www.numpy.org)
|
* [NumPy](http://www.numpy.org)
|
||||||
* [Python Dateutil](https://pypi.org/project/python-dateutil)
|
* [Python Dateutil](https://pypi.org/project/python-dateutil)
|
||||||
* [urllib3](https://pypi.org/project/urllib3)
|
* [urllib3](https://pypi.org/project/urllib3)
|
||||||
* [pyOpenSSL](https://pypi.org/project/pyOpenSSL)
|
|
||||||
* [musicbrainzngs](https://pypi.org/project/musicbrainzngs)
|
* [musicbrainzngs](https://pypi.org/project/musicbrainzngs)
|
||||||
* [nrsc5](https://github.com/theori-io/nrsc5)
|
* [nrsc5](https://github.com/theori-io/nrsc5)
|
||||||
* [sox](https://github.com/chirlu/sox)
|
* [sox](https://github.com/chirlu/sox)
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
1. Install the latest version of Python 3.9, PyGObject, Pillow, etc.
|
1. Install the latest version of Python 3.9, PyGObject, Pillow, and other dependencies.
|
||||||
2. Compile and install nrsc5.
|
2. Compile and install nrsc5.
|
||||||
3. Install sox
|
3. Install sox
|
||||||
4. Install nrsc5-dui files in a directory where you have write permissions.
|
4. Install nrsc5-dui files in a directory where you have write permissions.
|
||||||
|
@ -32,7 +32,7 @@ gi.require_version("Gtk", "3.0")
|
|||||||
from gi.repository import Gtk, GObject, Gdk, GdkPixbuf, GLib
|
from gi.repository import Gtk, GObject, Gdk, GdkPixbuf, GLib
|
||||||
|
|
||||||
import urllib3
|
import urllib3
|
||||||
from OpenSSL import SSL
|
#from OpenSSL import SSL
|
||||||
import musicbrainzngs
|
import musicbrainzngs
|
||||||
|
|
||||||
# print debug messages to stdout (if debugger is attached)
|
# print debug messages to stdout (if debugger is attached)
|
||||||
|
Loading…
Reference in New Issue
Block a user