about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/glasgow/0001-Relax-Amaranth-git-dependency.patch
blob: 3d4f674ff2c41c18d37d91f24de9824c11986d3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 95d86c080a559d9c9f0498fb93d43d3fef377080 Mon Sep 17 00:00:00 2001
From: Jack Leightcap <jack@leightcap.com>
Date: Sat, 13 May 2023 17:28:54 -0400
Subject: [PATCH] Relax Amaranth git dependency

Signed-off-by: Jack Leightcap <jack@leightcap.com>
---
 software/pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/software/pyproject.toml b/software/pyproject.toml
index 6d1e2f1..6dfcc9e 100644
--- a/software/pyproject.toml
+++ b/software/pyproject.toml
@@ -20,8 +20,8 @@ classifiers = [
 ]
 
 dependencies = [
-  "amaranth @ git+https://github.com/amaranth-lang/amaranth.git",
-  "fx2>=0.11",
+  "amaranth",
+  "fx2",
   "libusb1>=1.8.1",
   "aiohttp~=3.8",
   "pyvcd",
-- 
2.38.4